@media(min-width:320px) and (max-width:767px){
    #img_info{
        display: none;
    }
    .about_security_section_img_mobile{
       
        display: block;
    }
    #img_info_mobile{
        width: 100% ;
    }
}

@media(min-width:768px) and (max-width:1024px){
    #img_info{
        width: 100%;
    }
}


@media(min-width:1025px) and (max-width:1200px){
    #img_info{
        width: 80%;
    }
}

